ci: fix airbyte-ci installation in connector tests flows#528
Conversation
airbyte-ci installation in connector tests flows
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the installation of airbyte-ci in connector tests by switching to the binary install, which requires updating the Ubuntu version from 22.04 to 24.04 and modifying the installation command.
- Updated Ubuntu version and CI commands in connector tests workflow
- Updated make target from airbyte-ci-dev.install to airbyte-ci.install in the workflow
- Added a dummy comment in the logger module (likely unintended)
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| airbyte_cdk/logger.py | Contains a dummy comment that appears unnecessary for production code |
| .github/workflows/connector-tests.yml | Updated Ubuntu version and modified CI installation command |
Comments suppressed due to low confidence (1)
.github/workflows/connector-tests.yml:156
- Verify that updating the make target to 'tools.airbyte-ci.install' aligns with the binary installation requirements and that all relevant references to the previous target are updated.
make tools.airbyte-ci.install
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe pull request updates the "Test Connectors" GitHub Actions workflow by changing the runner environment from Ubuntu 22.04 to Ubuntu 24.04 for the Changes
Possibly related PRs
Would you like to see a comparison diagram of the workflow before and after these changes, or does this summary suffice for your review, wdyt? 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
David Gold (dbgold17)
left a comment
There was a problem hiding this comment.
lgtm if it works!
99327c2
into
main
Switch to binary install of
airbyte-ci. Required bumping ubuntu to 24, since 22 is not compatible with the binary.Summary by CodeRabbit